gpsbabel.git
16 years agoAdd depth support to Garmin proprietary data that's tracked.
robertl [Tue, 23 Jun 2009 03:14:21 +0000 (03:14 +0000)]
Add depth support to Garmin proprietary data that's tracked.

16 years agoAdd 'erase_only' option to dg-100.
robertl [Tue, 23 Jun 2009 03:02:20 +0000 (03:02 +0000)]
Add 'erase_only' option to dg-100.

16 years agoTypo fixes in v900 doc.
robertl [Wed, 17 Jun 2009 01:33:05 +0000 (01:33 +0000)]
Typo fixes in v900 doc.

16 years agoMTK enhancements:
robertl [Wed, 17 Jun 2009 01:31:18 +0000 (01:31 +0000)]
MTK enhancements:

 * Fixet fallback read size to 2000kB instead of 1984kB,
  mtk_logger will probe for max log size.
 * Somewhat experimental fix for parsing data after logger
  overwrite has occured. In this case the bitmask is overwritten/corrupted
  and we read it from block #2 instead.
 * A few extra precautions for Holux GR245.
 * Detect 'missing/zero block' - no action so far...

New features:
 * New option: log_enable (BOOL). This will 'Enable logging after download'.
  Use it if you have interrupted the download and the log has been
  disabled. By default logging is disabled during download and then
  re-enabled again (if previously enabled) - this will force log enable.
 * Partial log download - compare 'data.bin' and device log - start downloading
 * data at 'last unread block'. If device has been erased
 data.bin is moved to data_old.bin

16 years agoV900: read points other than trackpoints as waypoints.
robertl [Wed, 17 Jun 2009 01:29:35 +0000 (01:29 +0000)]
V900: read points other than trackpoints as waypoints.

16 years agoAmit Gil adds support for Israeli Transverse Mercator/New Israeli Grid for
robertl [Wed, 17 Jun 2009 01:29:14 +0000 (01:29 +0000)]
Amit Gil adds support for Israeli Transverse Mercator/New Israeli Grid for
Naviguide.

16 years agoSugar pill fixes for alleged x86-64 compiler bug.
robertl [Wed, 17 Jun 2009 01:27:34 +0000 (01:27 +0000)]
Sugar pill fixes for alleged x86-64 compiler bug.

16 years agoMatch exact (instead of substring) on options.
robertl [Wed, 10 Jun 2009 02:26:46 +0000 (02:26 +0000)]
Match exact (instead of substring) on options.

16 years agoBetter support newer Legend Hc
robertl [Fri, 8 May 2009 15:25:18 +0000 (15:25 +0000)]
Better support newer Legend Hc

16 years agoAddress bitrot in MSVC build files.
robertl [Wed, 6 May 2009 02:15:16 +0000 (02:15 +0000)]
Address bitrot in MSVC build files.

16 years agoPer Borgentun adds support for Holux GPSport 245 (a.k.a. GR-245).
robertl [Wed, 6 May 2009 02:10:29 +0000 (02:10 +0000)]
Per Borgentun adds support for Holux GPSport 245 (a.k.a. GR-245).

16 years agoDisplay mroe helpful message on bogus '-i' arguments.
robertl [Wed, 6 May 2009 02:04:40 +0000 (02:04 +0000)]
Display mroe helpful message on bogus '-i' arguments.

16 years agoLet the track filter set the number of sats when the 'fix' option is used.
robertl [Wed, 6 May 2009 02:01:18 +0000 (02:01 +0000)]
Let the track filter set the number of sats when the 'fix' option is used.

16 years agoErez Zuler adds support for Naviguide.
robertl [Sun, 26 Apr 2009 04:13:06 +0000 (04:13 +0000)]
Erez Zuler adds support for Naviguide.

16 years agoAdd support for Sony GPS-CS3KA files.
robertl [Sun, 26 Apr 2009 02:36:18 +0000 (02:36 +0000)]
Add support for Sony GPS-CS3KA files.

16 years agoWarning fix. Parenthesize EA.
robertl [Thu, 23 Apr 2009 15:30:38 +0000 (15:30 +0000)]
Warning fix.  Parenthesize EA.

16 years agoDon't loop endlessly on malformed tpo3 file.
robertl [Mon, 20 Apr 2009 17:42:59 +0000 (17:42 +0000)]
Don't loop endlessly on malformed tpo3 file.

16 years agoTal Benavidor contributes support for Columbus/Visiontac v900.
robertl [Sat, 18 Apr 2009 20:04:52 +0000 (20:04 +0000)]
Tal Benavidor contributes support for Columbus/Visiontac v900.

16 years agoExplictly specify input endpoint for benefit of new buggy libusb.
robertl [Sat, 18 Apr 2009 04:30:13 +0000 (04:30 +0000)]
Explictly specify input endpoint for benefit of new buggy libusb.

16 years agoDon't crash in navilink on waypoint with no icon description.
robertl [Fri, 10 Apr 2009 20:16:03 +0000 (20:16 +0000)]
Don't crash in navilink on waypoint with no icon description.

16 years agoMore const-correct in endian and rgbcolors.
robertl [Thu, 9 Apr 2009 19:21:19 +0000 (19:21 +0000)]
More const-correct in endian and rgbcolors.

16 years agoHandle 24 bpp images in garmin_gpi if image width isn't a multiple of 4.
robertl [Thu, 9 Apr 2009 19:07:41 +0000 (19:07 +0000)]
Handle 24 bpp images in garmin_gpi if image width isn't a multiple of 4.
Fix from anon sf user...

17 years agoRemove stray newline in gopal help text.
robertl [Mon, 6 Apr 2009 13:34:44 +0000 (13:34 +0000)]
Remove stray newline in gopal help text.

17 years agoUpdate MSVC projects.
robertl [Sun, 5 Apr 2009 23:00:21 +0000 (23:00 +0000)]
Update MSVC projects.

17 years agoExplictly call usb_set_configuration() on Mac, as we did < 1.3.6, to improve
robertl [Sun, 5 Apr 2009 22:58:07 +0000 (22:58 +0000)]
Explictly call usb_set_configuration() on Mac, as we did < 1.3.6, to improve
reliability of USB xfers on select Garmins.

17 years agoAdd mythical code that would make sending tracks to GPS better if the devices
robertl [Sun, 5 Apr 2009 21:55:52 +0000 (21:55 +0000)]
Add mythical code that would make sending tracks to GPS better if the devices
that used those packets actually supported receiving tracks - but they don't.
See definition of A301 on page 16 of Garmin spec.

17 years agoSpecial case StreetPilot i3
robertl [Sun, 5 Apr 2009 21:15:08 +0000 (21:15 +0000)]
Special case StreetPilot i3

17 years agoAdd Wintec WBT-1000 support.
robertl [Sun, 5 Apr 2009 20:57:18 +0000 (20:57 +0000)]
Add Wintec WBT-1000 support.

17 years agoFix gtrnctr if expat isn't present on host system.
robertl [Mon, 23 Mar 2009 17:17:22 +0000 (17:17 +0000)]
Fix gtrnctr if expat isn't present on host system.

17 years agoRemove accidentally checked in .o files.
robertl [Tue, 10 Mar 2009 21:23:14 +0000 (21:23 +0000)]
Remove accidentally checked in .o files.

17 years agoAdd missing test file for PocketFMS.
robertl [Tue, 10 Mar 2009 13:48:11 +0000 (13:48 +0000)]
Add missing test file for PocketFMS.

17 years agoAdd the rest of the pieces for PocketFMS.
robertl [Tue, 10 Mar 2009 13:44:14 +0000 (13:44 +0000)]
Add the rest of the pieces for PocketFMS.

17 years agoHonor -Sn if comments were present.
robertl [Mon, 9 Mar 2009 00:14:29 +0000 (00:14 +0000)]
Honor -Sn if comments were present.

17 years agoTobias Kretschmar adds support for PocketFMS breadcrumbs and flightplan file
robertl [Sun, 8 Mar 2009 23:29:50 +0000 (23:29 +0000)]
Tobias Kretschmar adds support for PocketFMS breadcrumbs and flightplan file
formats.

17 years agoAdd tcx hisotry and course to testo.
robertl [Sun, 8 Mar 2009 22:52:57 +0000 (22:52 +0000)]
Add tcx hisotry and course to testo.

17 years agoFix EXIF coord writer.
robertl [Wed, 4 Mar 2009 04:40:54 +0000 (04:40 +0000)]
Fix EXIF coord writer.

17 years agoPathaway reader enhancements from Andrei Boros.
robertl [Sat, 28 Feb 2009 22:40:13 +0000 (22:40 +0000)]
Pathaway reader enhancements from Andrei Boros.

17 years agoAdd lap start as a waypoint in gtrnctr read.
robertl [Sat, 28 Feb 2009 22:29:42 +0000 (22:29 +0000)]
Add lap start as a waypoint in gtrnctr read.

17 years agoFlush serial port on open.
robertl [Sat, 21 Feb 2009 19:07:45 +0000 (19:07 +0000)]
Flush serial port on open.

17 years agoRework Garmin transparency device matching to work with more devices. From Google.
robertl [Sat, 21 Feb 2009 19:06:26 +0000 (19:06 +0000)]
Rework Garmin transparency device matching to work with more devices. From Google.

17 years agoUse = not == in test.
robertl [Sat, 21 Feb 2009 18:14:26 +0000 (18:14 +0000)]
Use = not == in test.

17 years agoRegenerate reference/memory-map~mmo.gpx to pick up latest changes in desc, url,
robertl [Wed, 11 Feb 2009 12:54:00 +0000 (12:54 +0000)]
Regenerate reference/memory-map~mmo.gpx to pick up latest changes in desc, url,
and sym from reader.

17 years agoGarmin: strip bad characters in D201 (route) send. Whitespace fixes in src.
robertl [Wed, 11 Feb 2009 12:51:48 +0000 (12:51 +0000)]
Garmin: strip bad characters in D201 (route) send.  Whitespace fixes in src.

17 years agoEndianness tweaks for embedded ARM.
robertl [Wed, 11 Feb 2009 12:50:33 +0000 (12:50 +0000)]
Endianness tweaks for embedded ARM.

17 years agoFix gtrnctr read of laps.
robertl [Wed, 11 Feb 2009 12:49:36 +0000 (12:49 +0000)]
Fix gtrnctr read of laps.

17 years agoMinor type tweaks in GDB.
robertl [Wed, 11 Feb 2009 12:49:27 +0000 (12:49 +0000)]
Minor type tweaks in GDB.

17 years agoFix for reading track name in XCSV.
robertl [Wed, 11 Feb 2009 12:48:17 +0000 (12:48 +0000)]
Fix for reading track name in XCSV.

17 years agogcgeodist is used elsewhere now.
robertl [Thu, 5 Feb 2009 20:13:15 +0000 (20:13 +0000)]
gcgeodist is used elsewhere now.

17 years agoBring in the KML writer from Google Earth 5.0. Set the extents of the
robertl [Wed, 4 Feb 2009 23:40:47 +0000 (23:40 +0000)]
Bring in the KML writer from Google Earth 5.0.  Set the extents of the
 time sliders automatically.

17 years agoRemove unmaintain(ed|able) macgpsbabel from tree.
robertl [Mon, 26 Jan 2009 23:05:28 +0000 (23:05 +0000)]
Remove unmaintain(ed|able) macgpsbabel from tree.

17 years agoImprove link in garmin_gpi doc.
robertl [Tue, 6 Jan 2009 14:35:45 +0000 (14:35 +0000)]
Improve link in garmin_gpi doc.

17 years agommo: Add option "ver" (internal version) to writer.
oliskoli [Mon, 15 Dec 2008 21:11:43 +0000 (21:11 +0000)]
mmo: Add option "ver" (internal version) to writer.
Read routes with a loop but different start and end point correctly.
Fix object release error.

17 years agotesto: Always use unicsv with option 'utc=0'. Regenerate reference data.
oliskoli [Mon, 15 Dec 2008 21:06:18 +0000 (21:06 +0000)]
testo: Always use unicsv with option 'utc=0'. Regenerate reference data.

17 years agogtrncr: read lap start as waypoint.
robertl [Tue, 9 Dec 2008 04:31:56 +0000 (04:31 +0000)]
gtrncr: read lap start as waypoint.

17 years agoAdd tests for lowrance v3 writes.
robertl [Tue, 9 Dec 2008 04:29:21 +0000 (04:29 +0000)]
Add tests for lowrance v3 writes.

17 years agoRead ambient temperature from Garmin extensions in GPX.
robertl [Tue, 9 Dec 2008 04:26:43 +0000 (04:26 +0000)]
Read ambient temperature from Garmin extensions in GPX.

17 years agoGlobalsat: flush receive on startup to make BT-335 more reliable.
robertl [Sat, 22 Nov 2008 17:43:53 +0000 (17:43 +0000)]
Globalsat: flush receive on startup to make BT-335 more reliable.

17 years agogbfile: Fix memory corruption.
oliskoli [Wed, 19 Nov 2008 20:24:32 +0000 (20:24 +0000)]
gbfile: Fix memory corruption.

17 years agoRodney Lorrimar adds support for SBN as used by the Locosys GT-31/BGT-31.
robertl [Wed, 19 Nov 2008 04:52:59 +0000 (04:52 +0000)]
Rodney Lorrimar adds support for SBN as used by the Locosys GT-31/BGT-31.

17 years agoRemove scraggling conflict marker.
robertl [Wed, 19 Nov 2008 04:23:53 +0000 (04:23 +0000)]
Remove scraggling conflict marker.

17 years agoAndreas Grimme contributes support for the XAiOX iTrackU GPS logger.
robertl [Wed, 19 Nov 2008 02:52:35 +0000 (02:52 +0000)]
Andreas Grimme contributes support for the XAiOX iTrackU GPS logger.

17 years agoRebuild the doc only once at the beginning of the release target.
robertl [Tue, 4 Nov 2008 23:23:11 +0000 (23:23 +0000)]
Rebuild the doc only once at the beginning of the release target.

17 years agoMore tweaking of HTML generation.
robertl [Tue, 4 Nov 2008 23:19:01 +0000 (23:19 +0000)]
More tweaking of HTML generation.

17 years agoAdd doc for mapasia.
oliskoli [Tue, 4 Nov 2008 21:26:25 +0000 (21:26 +0000)]
Add doc for mapasia.

17 years agoUpdate release upload automation in Makefile.in.
robertl [Tue, 4 Nov 2008 17:14:50 +0000 (17:14 +0000)]
Update release upload automation in Makefile.in.

17 years agoWhen building gpsbabel.html, ensure that autogen/ has been regenerated.
robertl [Sun, 2 Nov 2008 20:28:41 +0000 (20:28 +0000)]
When building gpsbabel.html, ensure that autogen/ has been regenerated.

17 years agoGarmin: fix crash when reading routes.
robertl [Sun, 2 Nov 2008 19:45:37 +0000 (19:45 +0000)]
Garmin: fix crash when reading routes.
Skyforce: doc tweaks.

17 years agoRegenerate dependencies.
robertl [Fri, 31 Oct 2008 12:58:27 +0000 (12:58 +0000)]
Regenerate dependencies.

17 years agoBump version numbers for 1.3.6 release.
robertl [Fri, 31 Oct 2008 12:43:21 +0000 (12:43 +0000)]
Bump version numbers for 1.3.6 release.

17 years agoExplictly terminate buffer in skyforce to avoid uninitialized buffer walk.
robertl [Fri, 31 Oct 2008 12:42:16 +0000 (12:42 +0000)]
Explictly terminate buffer in skyforce to avoid uninitialized buffer walk.

17 years agoAdd new format 'skyforce'.
oliskoli [Thu, 30 Oct 2008 23:12:12 +0000 (23:12 +0000)]
Add new format 'skyforce'.

17 years agoAdd new format 'skyforce'.
oliskoli [Thu, 30 Oct 2008 22:38:19 +0000 (22:38 +0000)]
Add new format 'skyforce'.

17 years agoAdd reference data for 'skyforce'.
oliskoli [Thu, 30 Oct 2008 22:33:16 +0000 (22:33 +0000)]
Add reference data for 'skyforce'.

17 years agotesto: Remove keyword 'function'.
oliskoli [Thu, 30 Oct 2008 20:40:51 +0000 (20:40 +0000)]
testo: Remove keyword 'function'.

17 years agoSupport deficon on write of track and routepoints in KML.
robertl [Wed, 29 Oct 2008 16:43:44 +0000 (16:43 +0000)]
Support deficon on write of track and routepoints in KML.

17 years agoTypo fixes.
oliskoli [Mon, 27 Oct 2008 22:45:34 +0000 (22:45 +0000)]
Typo fixes.

17 years agoAdd doc for iGo2008_poi.
oliskoli [Mon, 27 Oct 2008 22:29:24 +0000 (22:29 +0000)]
Add doc for iGo2008_poi.

17 years agoAdd simple swap data filter.
oliskoli [Mon, 27 Oct 2008 22:18:29 +0000 (22:18 +0000)]
Add simple swap data filter.

17 years agoAdd simple swap data filter.
oliskoli [Mon, 27 Oct 2008 20:53:34 +0000 (20:53 +0000)]
Add simple swap data filter.

17 years agoAdd simple swap data filter.
oliskoli [Mon, 27 Oct 2008 20:44:06 +0000 (20:44 +0000)]
Add simple swap data filter.

17 years agojeeps/gpslibusb: Fix '#if with no expression' (Open Solaris).
oliskoli [Wed, 22 Oct 2008 22:19:11 +0000 (22:19 +0000)]
jeeps/gpslibusb: Fix '#if with no expression' (Open Solaris).

17 years agogtrnctr: Remove memory leaks.
oliskoli [Tue, 21 Oct 2008 21:04:50 +0000 (21:04 +0000)]
gtrnctr: Remove memory leaks.

17 years agoAdd tests for datalog format.
robertl [Mon, 20 Oct 2008 19:42:18 +0000 (19:42 +0000)]
Add tests for datalog format.

17 years agoAllow Wintec to retry read errors. Fix support for buffer wrap-around in
robertl [Mon, 20 Oct 2008 03:27:42 +0000 (03:27 +0000)]
Allow Wintec to retry read errors.  Fix support for buffer wrap-around in
overflow case.

17 years agoAdd docs for mmo format.
oliskoli [Sun, 19 Oct 2008 17:34:16 +0000 (17:34 +0000)]
Add docs for mmo format.

17 years agoosm.xml: Use the right options in sample commands.
oliskoli [Sun, 19 Oct 2008 17:05:18 +0000 (17:05 +0000)]
osm.xml: Use the right options in sample commands.

17 years agonavilink.xml: Fix url.
oliskoli [Sun, 19 Oct 2008 17:03:21 +0000 (17:03 +0000)]
navilink.xml: Fix url.

17 years agovecs: Tweak mmo title.
oliskoli [Sun, 19 Oct 2008 16:56:59 +0000 (16:56 +0000)]
vecs: Tweak mmo title.

17 years agoAUTHORS: Add Michele Locati (italian translation) and Rodney Lorrimar (SBP format...
oliskoli [Sun, 19 Oct 2008 16:35:49 +0000 (16:35 +0000)]
AUTHORS: Add Michele Locati (italian translation) and Rodney Lorrimar (SBP format for Navilink units).

17 years agommo: Don't write empty names. Add options 'locked' and 'visible'.
oliskoli [Sun, 19 Oct 2008 16:31:31 +0000 (16:31 +0000)]
mmo: Don't write empty names. Add options 'locked' and 'visible'.

17 years agoChange GUI environment to 'Turbo Delphi 2006'.
oliskoli [Sun, 19 Oct 2008 16:27:13 +0000 (16:27 +0000)]
Change GUI environment to 'Turbo Delphi 2006'.

17 years agoAdd italian translation for GUI-2. Thanx to Michele Locati.
oliskoli [Sun, 19 Oct 2008 16:10:22 +0000 (16:10 +0000)]
Add italian translation for GUI-2. Thanx to Michele Locati.

17 years agoFix floating point conversion.
oliskoli [Sun, 19 Oct 2008 15:34:36 +0000 (15:34 +0000)]
Fix floating point conversion.

17 years agoAdd italian translation for GUI-2. Thanx to Michele Locati.
oliskoli [Sun, 19 Oct 2008 13:24:40 +0000 (13:24 +0000)]
Add italian translation for GUI-2. Thanx to Michele Locati.

17 years agoAdd italian translation for GUI-2. Thanx to Michele Locati.
oliskoli [Sat, 18 Oct 2008 22:39:14 +0000 (22:39 +0000)]
Add italian translation for GUI-2. Thanx to Michele Locati.

17 years agojtr: Fix MSVC errors and warnings.
oliskoli [Sat, 18 Oct 2008 22:23:35 +0000 (22:23 +0000)]
jtr: Fix MSVC errors and warnings.

17 years agommo: Fix MSVC problems.
oliskoli [Sat, 18 Oct 2008 22:22:51 +0000 (22:22 +0000)]
mmo: Fix MSVC problems.

17 years agoAdd support for SBP format for Navilink units.
oliskoli [Sat, 18 Oct 2008 22:00:03 +0000 (22:00 +0000)]
Add support for SBP format for Navilink units.

17 years agoAdd support for Memory-Map Navigator Overlay files (.mmo).
oliskoli [Sat, 18 Oct 2008 21:57:31 +0000 (21:57 +0000)]
Add support for Memory-Map Navigator Overlay files (.mmo).

17 years agoavltree: Fix "avltree_first".
oliskoli [Sat, 18 Oct 2008 21:43:52 +0000 (21:43 +0000)]
avltree: Fix "avltree_first".